home *** CD-ROM | disk | FTP | other *** search
- COMMAND.COM 1.85
- by AN IBMer who cared about us IBM-PCers
-
- Run the BASIC program called CMD185.BAS and it will create you
- a .COM program called CMD185.COM then rename it COMMAND.COM
- AND IT WILL BE YOUR NEW COMMAND.COM, COPY IT TO OTHER DISKS AND
- YOU WILL BE AMAZED AT WHAT IT CAN DO FOR YOU. JUST TYPE THE WORD
- COMMAND AND IT WILL BOOT ITSELF, IT WILL REMAIN RESIDENT AT ALL TIMES
- AND HAS LOTS OF NEW COMMANDS IMBEDED IN IT.. GOOD LUCK......
- P.S. You have to del your other COMMAND.COM for this to work
- as it is a new replacement and is not an official DOS.
-
- NEW OR MODIFIED INTERNAL COMMANDS
-
- These are modifications made to COMMAND.COM 1.10.
- Compatibility has been preserved with DOS and BIOS version 1.10.
- Either version of COMMAND.COM is compatible with DOS and BIOS 1.10
- and also 1.82 which supports 40 or 80 track single or double sided
- drives in any combination, 1.84 which is an enhanced version of
- 1.82 that supports a simulated drive in memory and 1.85 which is an
- enhanced version of 1.84 that supports a Winchester drive.
- Unlike command 1.83, there is no transient version and the entire
- program remains resident in low memory.
- This eliminates the occasional prompts for a DOS disk in drive "A"
- but some systems with very little memory might not run some large
- programs and utilities such as DISKCOPY might not run very efficiently.
-
- The principal enhancements of 1.85 over 1.84 are:
-
- 1. User defined aliases.
- 2. Keyboard stack.
- 3. User code area.
- 4. Hardware reset support.
- 5. Date and time display.
- 6. Form feed command for printer.
- 7. Peek ahead on batch files (compatible with BAT.COM).
- 8. A second alternate drive.
- 9. Full screen pauses for the type command.
- 10. Switch to toggle the keyboard stack on and off.
- (compatible with FULISTPC.COM).
-
-
- KEYBOARD STACK
-
- A circular stack of 256 bytes stores all new or edited commands that
- are entered from the keyboard. One or two character commands are not
- saved.
- See the stack command.
- The up and down arrows are used to cycle through the stack in either
- direction. The currently displayed command line is executed when ent er
- is pressed.
- After executing a command, the stack pointer is set between the current
- command and the next one. Therefore the previous command can always